projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835c0a5
)
(Fcoding_system_p): Return t for auto-loading coding system.
author
Kenichi Handa
<handa@m17n.org>
Tue, 7 Oct 2003 23:34:15 +0000
(23:34 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 7 Oct 2003 23:34:15 +0000
(23:34 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 47bfbf5cacbbbf936336be5024c0b350dde54bf3..12558b958c41ec7395a984ff7146c6f9e7b2aee9 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-6333,6
+6333,8
@@
about coding-system objects. */)
return Qt;
if (!SYMBOLP (obj))
return Qnil;
+ if (! NILP (Fget (obj, Qcoding_system_define_form)))
+ return Qt;
/* Get coding-spec vector for OBJ. */
obj = Fget (obj, Qcoding_system);
return ((VECTORP (obj) && XVECTOR (obj)->size == 5)